void pointer meaning in Chinese
void指针
虚值指标
Examples
- However , you can use a cast to convert a void pointer to any other pointer type , and vice versa
但是,可以使用强制转换将void指针转换为其他指针类型,反之亦然。 - If the void pointer is non - null , pthread join will place our thread s void return value at the location we specify
有时具有值,而有时当作0 ,这取决于环境。在这种情况中(而且 - For example , malloc returns a void pointer , but can be assigned to a pointer to any type in c with a cast
例如, malloc返回一个void指针,但可以使用强制转换将其分配给一个指向c中任一类型的指针: - In c , we make a data structure store data of any type by using void pointers to the data rather than by maintaining private copies of the data in the data structure itself
在c语言中,我们通过使用空指针,而不是通过维护非公开的数据备份,使数据结构存储任何类型的数据。